[PATCH] Fix meson function tests
authorBernd Schubert <bschubert@ddn.com>
Thu, 24 Apr 2025 14:49:08 +0000 (16:49 +0200)
committerLaszlo Boszormenyi (GCS) <gcs@debian.org>
Mon, 19 May 2025 18:39:08 +0000 (20:39 +0200)
commit4f6aaf214f6825bb4c3f3b923654466278caf352
treefc331b3b764dab6fdf0b8a172d579a03abbd9944
parent4f1a3a7c8a7d915e27c080324a1d40211a01707b
[PATCH] Fix meson function tests

Several meson tests were incorrectly failing

Checking for function "static_assert" : NO (cached)
Checking for function "pthread_setname_np" : NO (cached)
Check usable header "#include <linux/close_range.h>" : NO (cached)

These functions get now tested with compilation tests
and get found on my system.

Checking if "static_assert check" compiles: YES
Checking if "pthread_setname_np check" compiles: YES
Checking if "close_range check" compiles: YES

Signed-off-by: Bernd Schubert <bschubert@ddn.com>
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Gbp-Pq: Name Fix_meson_function_tests.patch
meson.build